home *** CD-ROM | disk | FTP | other *** search
- MAKEDIR
-
- Creates a new directory.
-
- Format
-
- MAKEDIR {<name}
-
- Template
-
- NAME/M
-
- Location
-
- C:
-
- MAKEDIR creates new, empty directories with the names you specify. The
- command works within only one directory level at a time, so any directories
- on the given paths must already exist. The command fails of a directory or a
- file of the same name already exists in the directory in which you attempt to
- create a new one.
-
- MAKEDIR does not create a drawer icon for the new directory.
-
- Example 1:
-
- 1> MAKEDIR Tests
-
- creates a directory called Tests in the current directory.
-
- Example 2:
-
- 1> MAKEDIR DF1:Xyz
-
- creates a directory Xyz in the root directory of the disk in DF1:.
-
- Example 3:
-
- 1> CD DF0:
- 1> MAKEDIR Documents Payables Orders
-
- creates three directories on the disk in DF0:: Documents, Payables, and
- Orders.
-
- For more examples using MAKEDIR, see Chapter 8.
-